From: Karl Heuer Date: Tue, 15 Mar 1994 01:25:56 +0000 (+0000) Subject: (VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92704 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d68eb3a2abb2eb6c5e3541ae4ece42f6336bd68f;p=emacs.git (VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2. --- diff --git a/src/xterm.h b/src/xterm.h index 2e6d222da23..c7de946d29a 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -541,7 +541,7 @@ struct scroll_bar { from the edges of the scroll bar. These are widths by which we inset the handle boundaries from the scroll bar edges. */ #define VERTICAL_SCROLL_BAR_LEFT_BORDER (2) -#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (3) +#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (2) #define VERTICAL_SCROLL_BAR_TOP_BORDER (2) #define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (2)